startCollectingLocation method

  1. @override
Future<void> startCollectingLocation(
  1. int frequency
)
override

Implementation

@override
Future<void> startCollectingLocation(int frequency) async {
  await _channel
      .invokeMethod('startCollectingLocation', {'frequency': frequency});
}