初始化监听
@override Stream<dynamic>? onChange({bool type = true}) { onListener ??= eventChannel.receiveBroadcastStream(type); return onListener; }