getAPIVersion static method

Future getAPIVersion()

Implementation

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