startLocation method

Future<void> startLocation()

Starts the location services for the Grouplink SDK. This method is used to enable location tracking. It is important to ensure that the necessary permissions are granted before calling this method. This method is typically called after the SDK has been initialized.

Implementation

Future<void> startLocation() {
  throw UnimplementedError('startLocation() has not been implemented.');
}