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