isPaused method

Future<bool> isPaused()

Implementation

Future<bool> isPaused() async {
  return (await _nativeAd._invokeAdEvent('isPaused'));
}