toMap method

Map<String, dynamic> toMap()

Converts the options into a Map for transmission over the method channel.

Implementation

Map<String, dynamic> toMap() {
  return {'adId': adId, 'isTesting': isTesting, 'adsCount': adsCount};
}