Method to get current running platform version
@override Future<String?> getPlatformVersion() async => await methodChannel.invokeMethod<String>('getPlatformVersion');