static Future<void> setGeofenceStatus(bool isopen) async { _channel.invokeMethod('setGeofenceStatus', {'status': isopen}); }