authorize abstract method

Future<bool> authorize()

Requests permissions to be granted to this application. These permissions must be requested in your manifest, they should not be granted to your app, and they should have protection level dangerous, regardless whether they are declared by the platform or a third-party app.

This method is available on Android, throws UnsupportedError on other platforms.

Implementation

Future<bool> authorize();