@override Future<String?> getAdId() async { final adId = await methodChannel.invokeMethod<String>('getAdId'); return adId; }