disconnectFromHotspot method

Future<void> disconnectFromHotspot()

Implementation

Future<void> disconnectFromHotspot() async {
  throw UnimplementedError(
      'disconnectFromHotspot() has not been implemented.');
}