Callback when this executor is resumed. Returns true if successfully resumed, false otherwise.
@override Future<bool> onResume() async { WidgetsBinding.instance.addObserver(this); return await super.onResume(); }