permissions property

Future<FacebookPermissions?> permissions

returns one instance of FacebookPermission with the granted and declined permissions

It could be null if you exceed the request limit

Implementation

Future<FacebookPermissions?> get permissions => _authPlatform.permissions;