onPlayerNetStatusBroadcast property

  1. @Deprecated("playerNetEvent will no longer return any events.")
Stream<Map> get onPlayerNetStatusBroadcast

Implementation

@Deprecated("playerNetEvent will no longer return any events.")
Stream<Map<dynamic, dynamic>> get onPlayerNetStatusBroadcast => _netStatusStreamController.stream;