isAutoInitEnabled property

bool get isAutoInitEnabled

Returns whether messaging auto initialization is enabled or disabled for the device.

Implementation

bool get isAutoInitEnabled {
  throw UnimplementedError('isAutoInitEnabled is not implemented');
}