onStart method
Callback from the app when this task is to be started.
Implementation
@override
void onStart() {
super.onStart();
backgroundTaskExecutor.start();
}
Callback from the app when this task is to be started.
@override
void onStart() {
super.onStart();
backgroundTaskExecutor.start();
}