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