getCoreMode static method

Future getCoreMode()

Implementation

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