startBroadcasting method

Future<void> startBroadcasting(
  1. String username
)

Starts broadcasting the user's presence on the network.

Implementation

Future<void> startBroadcasting(String username) {
  throw UnimplementedError('startBroadcasting() has not been implemented.');
}