scopes property

  1. @override
List<String>? scopes
override

A list of OAuth2 scopes that are supposed to be used with this Form.

Implementation

@override
List<String>? get scopes => _form.scopes;