startCollectingLocation method
Implementation
@override
Future<void> startCollectingLocation(int frequency) async {
print('Start collecting location Android implementation');
await _channel
.invokeMethod('startCollectingLocation', {'frequency': frequency});
}