settingsOpenedStream property
Stream that emits true when a system settings panel is opened by this
plugin and false when the app returns to the foreground.
Implementation
@override
Stream<bool> get settingsOpenedStream =>
SettingsPanelLifecycle.instance.stream;