Returns the current platform version string.
@override Future<String?> getPlatformVersion() async { return 'Web'; }