start method

Future<bool> start()

Starts the location tracking service. May request background execution if configured.

Implementation

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