getConfig static method

Future getConfig()

Implementation

static Future<dynamic> getConfig() async {
  return await _channel.invokeMethod("getConfig", []);
}