getCoreVersion static method

Future getCoreVersion()

Implementation

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