isPaused property

Future<bool> get isPaused

Checks if in-app automation is paused or not.

Implementation

Future<bool> get isPaused async {
  return await _module.channel.invokeMethod('inApp#isPaused');
}