connect method
Implementation
Future<bool?> connect({
required String ssid,
required EnterpriseCertificateEnum enterpriseCertificate,
String? bssid,
String? password,
bool withInternet = false,
int timeoutInSeconds = 30,
}) async {
throw UnimplementedError('connect() has not been implemented.');
}