init method
void
init()
Initialize the signal
Implementation
void init() async {
if (_initialized) return;
_initialized = true;
}
Initialize the signal
void init() async {
if (_initialized) return;
_initialized = true;
}