platformVersion property Null safety

Future<String?> platformVersion

*platformVersion

Just a method to get the android version

Implementation

static Future<String?> get platformVersion async => await platform.invokeMethod('getPlatformVersion');