@override Future<String?> sendAdvertisingId(bool consent) async { return await methodChannel.invokeMethod<String>('sendAdvertisingId', consent); }