hasAccessToScope method
Invoke the method on the platform side for To check whether a specific scope has access or not
Implementation
@override
Future<bool> hasAccessToScope(String scope) async =>
await methodChannel.invokeMethod('hasAccessToScope', scope);