authorizationStatus property

BBAuthorization get authorizationStatus

The app's current authorization status for the Bluetooth permissions BlueBreeze needs. Call authorizationRequest to request them if this isn't BBAuthorization.authorized.

Implementation

BBAuthorization get authorizationStatus => BlueBreezePlatform.instance.authorizationStatus;