openClient method
Implementation
Future<int?> openClient(
String host, AppInfo appInfo, Function eventNotification) async {
throw CaptureException(
SktErrors.ESKT_NOTINITIALIZED, 'openClient() is not implemented.');
}
Future<int?> openClient(
String host, AppInfo appInfo, Function eventNotification) async {
throw CaptureException(
SktErrors.ESKT_NOTINITIALIZED, 'openClient() is not implemented.');
}