isRegisterLocationUpdate static method

Future<bool> isRegisterLocationUpdate()

Implementation

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