refreshNetwork static method

Future<void> refreshNetwork()

Implementation

static Future<void> refreshNetwork() async {
  await GemKitPlatform.instance
      .getChannel(mapId: -1)
      .invokeMethod(
        'networkProviderCall',
        jsonEncode(<String, String>{'action': 'refreshNetwork'}),
      );
}