init method

void init()

Initialize the signal

Implementation

void init() async {
  if (_initialized) return;
  _initialized = true;
}