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