value static method

Future<String> value()

Implementation

static Future<String> value() async {
	var sdkVersion = await _channel.invokeMethod("getP24SdkVersion");
	return sdkVersion!;
}