disconnectFrom method

Future<void> disconnectFrom(
  1. String endpointId
)

Disconnects from the given endpoint

Implementation

Future<void> disconnectFrom(String endpointId) async {
  await nearbyCross.disconnectFrom(endpointId);
}