isPaused property
Checks if in-app automation is paused or not.
Implementation
Future<bool> get isPaused async {
return await _module.channel.invokeMethod('inApp#isPaused');
}
Checks if in-app automation is paused or not.
Future<bool> get isPaused async {
return await _module.channel.invokeMethod('inApp#isPaused');
}