@override Future<dynamic> removeGeoFence() async { final version = await methodChannel.invokeMethod<dynamic>('removeGeofence'); return version; }