stopTracking method
Implementation
static Future stopTracking() async {
try {
await _channel.invokeMethod('stopTracking');
} on PlatformException catch (e) {
print("Got error: $e");
}
}
static Future stopTracking() async {
try {
await _channel.invokeMethod('stopTracking');
} on PlatformException catch (e) {
print("Got error: $e");
}
}