createHotspot method

Future<void> createHotspot()

Implementation

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