hasAccessToScope method

Future<bool> hasAccessToScope(
  1. String scope
)

To check whether a specific scope has access or not

Implementation

Future<bool> hasAccessToScope(String scope) =>
    throw UnimplementedError('hasAccessToScope() has not been implemented.');