onRestart abstract method

  1. @protected
Future<bool> onRestart()

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

Implementation

@protected
Future<bool> onRestart();