OAuth2Amazon constructor

OAuth2Amazon({
  1. required String $id,
  2. required bool enabled,
  3. required String clientId,
  4. required String clientSecret,
})

Implementation

OAuth2Amazon({
  required this.$id,
  required this.enabled,
  required this.clientId,
  required this.clientSecret,
});