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