SmsBaoGateway constructor
const
SmsBaoGateway({})
Creates a new smsbao gateway.
You can use either password
or apiKey
to authenticate.
Implementation
const SmsBaoGateway({
required this.username,
this.password,
this.apiKey,
this.projectId,
});