EasySMS constructor
const
EasySMS({})
Creates a new EasySMS instance.
Implementation
const EasySMS({
required this.gateways,
this.strategy = const OrderStrategy(),
this.timeout = const Duration(seconds: 10),
});
Creates a new EasySMS instance.
const EasySMS({
required this.gateways,
this.strategy = const OrderStrategy(),
this.timeout = const Duration(seconds: 10),
});