sdkInts property
Get the API version(SDKINT) of the native platform
return API version(SDKINT)
Implementation
static Future<String> get sdkInts async {
final String version = await _channel.invokeMethod('getSDKINT');
return version;
}
Get the API version(SDKINT) of the native platform
return API version(SDKINT)
static Future<String> get sdkInts async {
final String version = await _channel.invokeMethod('getSDKINT');
return version;
}