restricted constant

AuthorizationStatus const restricted

Shows that authorization has been restricted by system.

Only for iOS

Implementation

static const AuthorizationStatus restricted = AuthorizationStatus.init(
  'RESTRICTED',
  isAndroid: false,
  isIOS: true,
);