testRefreshPlaceForeground static method

Future<String?> testRefreshPlaceForeground()

Implementation

static Future<String?> testRefreshPlaceForeground() async {
  final String? res =
      await _channel.invokeMethod('TEST_refreshPlace_foreground');
  return res;
}