getPlatformVersion property

Future<String> getPlatformVersion

Implementation

static Future<String> get getPlatformVersion async {
	return await _channel.invokeMethod('getPlatformVersion');
}