isAutoInitEnabled property
override
Returns whether messaging auto initialization is enabled or disabled for the device.
Implementation
@override
bool get isAutoInitEnabled {
return super.noSuchMethod(
Invocation.getter(#isAutoInitEnabled),
returnValue: true,
returnValueForMissingStub: true,
);
}