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