startLiveLocation method
Starts continuous location updates on the native side.
Emits results via the liveLocation method channel callback.
Implementation
Future<void> startLiveLocation({
String provider = 'best',
int intervalMs = 2000,
double distanceMeters = 0,
}) => throw UnimplementedError('startLiveLocation() has not been implemented.');