getAdvertiserId static method

Future getAdvertiserId()

Implementation

static Future<dynamic> getAdvertiserId() async {
  return await _channel.invokeMethod('getAdvertiserId');
}