onStart abstract method

  1. @protected
Future<bool> onStart()

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

Implementation

@protected
Future<bool> onStart();