stopMockLocation method
Stops the mock location updates that were started by setMockLocation.
Implementation
Future<void> stopMockLocation() {
return platform.action.mobile(
android: platform.android.stopMockLocation,
ios: platform.ios.stopMockLocation,
);
}