permittedBackground property

bool permittedBackground

Returns true if initialize is executed and permissions for background are allowed.

initializeを実行してバックグラウンド向けのパーミッションが許可されている場合はtrueを返します。

Implementation

bool get permittedBackground =>
    _backgroundPermissionStatus == PermissionStatus.granted;