@override Future<String?> getUserAgent() async { return await methodChannel.invokeMethod<String>('getUserAgent'); }