onPause abstract method

  1. @protected
Future<bool> onPause()

Callback when this executor is paused. Returns true if successfully paused, false otherwise.

Implementation

@protected
Future<bool> onPause();