allowed constant

AuthorizationStatus const allowed

Shows that user allowed the authorization.

Only for Android

Implementation

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