Retrieves platform version information.
@override Future<String?> getPlatformVersion() async { return await _channel.invokeMethod<String>('getPlatformVersion'); }