isLoading property
bool
get
isLoading
True while a network call (send, confirm, or resend) is in flight.
Implementation
bool get isLoading => _isLoading;
True while a network call (send, confirm, or resend) is in flight.
bool get isLoading => _isLoading;