request method

Requests the user for access to these permissions, if they haven't already been granted before.

Returns a Map containing the status per requested Permission.

Implementation

Future<Map<Permission, PermissionStatus>> request() =>
    _handler.requestPermissions(this);