isImageAd method

Future<bool?> isImageAd()

Implementation

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