DefaultScope constructor
- String? scope
Create new DefaultScope using scope
.
Implementation
DefaultScope(String? scope)
: value = scope ?? 'https://www.googleapis.com/auth/youtube';
Create new DefaultScope using scope
.
DefaultScope(String? scope)
: value = scope ?? 'https://www.googleapis.com/auth/youtube';