Returns the raw current app version string from the native plugin.
@override Future<String?> getCurrentVersion() async { return methodChannel.invokeMethod<String>("getCurrentVersion"); }