Returns the host Android SDK version string.
@override Future<String?> getPlatformVersion() async { return methodChannel.invokeMethod<String>('getPlatformVersion'); }