WaitForSingleSmsOptions constructor
WaitForSingleSmsOptions({})
Returns a new WaitForSingleSmsOptions instance.
Implementation
WaitForSingleSmsOptions({
required this.phoneNumberId,
required this.timeout,
this.unreadOnly,
this.before,
this.since,
this.sortDirection,
this.delay,
});