LoginWithAmazon constructor

LoginWithAmazon({
  1. List<Scope> scopes = const <Scope>[],
})

Implementation

LoginWithAmazon({this.scopes = const <Scope>[]});