getAdSource method

Future<String?> getAdSource()

Implementation

Future<String?> getAdSource() async {
  return await _channel.invokeMethod('getAdSource');
}