isVideoAd method

Future<bool?> isVideoAd()

Implementation

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