static Future<bool> isRegisterLocationUpdate() async { return (await _channel .invokeMethod<bool>(Keys.METHOD_PLUGIN_IS_REGISTER_LOCATION_UPDATE))!; }