connectToHotspot method

Future<void> connectToHotspot(
  1. String ssid,
  2. String psk
)

Implementation

Future<void> connectToHotspot(String ssid, String psk) async {
  throw UnimplementedError('connectToHotspot() has not been implemented.');
}