ServiceAccountCredentials constructor

ServiceAccountCredentials({
  1. required String accountName,
  2. required String accountPassword,
})

Implementation

ServiceAccountCredentials({
  required this.accountName,
  required this.accountPassword,
});