sendAdvertisingId method

Future<String?> sendAdvertisingId(
  1. bool consent
)

Implementation

Future<String?> sendAdvertisingId(bool consent) async {
  throw UnimplementedError('sendAdvertisingId() has not been implemented.');
}