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