isAutoInitEnabled property

  1. @override
bool get isAutoInitEnabled
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,
  );
}