start method

Future<bool> start()

Starts real-time location updates. Coordinates are delivered via the stream.

Implementation

Future<bool> start() => NexoraSdkPlatform.instance.startLocation();