authorizationRequest method

Future<void> authorizationRequest()

Requests every permission BlueBreeze needs, updating authorizationStatus with the result.

Implementation

Future<void> authorizationRequest() => BlueBreezePlatform.instance.authorizationRequest();