Starts location updates.
@override Future<bool> startLocation() async => await methodChannel.invokeMethod<bool>('startLocation') ?? false;