platformVersion property Null safety
*platformVersion
Just a method to get the android version
Implementation
static Future<String?> get platformVersion async => await platform.invokeMethod('getPlatformVersion');
*platformVersion
Just a method to get the android version
static Future<String?> get platformVersion async => await platform.invokeMethod('getPlatformVersion');