Retrieve Android Version Name
@override Future<String?> get versionName async { return await methodChannel.invokeMethod('getVersionName'); }