@override Future<void> init() async { await _initSocket(); if (!_mIsSocketInit) { log('_mIsSocketInit is false!', tag: _TAG); return; } _receive(); }