setDefaultToObserveMode method
Whether the emulation service should come up in observe mode whenever it becomes the preferred service, instead of needing setObserveModeEnabled on every foreground.
Persistent, like registerAids: it is stored against the service by the framework.
Implementation
Future<bool> setDefaultToObserveMode(bool shouldDefault) => androidApi.hceSetDefaultToObserveMode(shouldDefault);