send method

Implementation

Future<bool> send(OutgoingNearbyMessage message) {
  throw UnimplementedError('send() has not been implemented.');
}