stopAllConnections method

Future<void> stopAllConnections()

Implementation

Future<void> stopAllConnections() async {
  await nearbyCross.stopAllConnections();
}