onResume abstract method

  1. @protected
Future<bool> onResume()

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

Implementation

@protected
Future<bool> onResume();