openClient method

Future<int?> openClient(
  1. String host,
  2. AppInfo appInfo,
  3. Function eventNotification
)

Implementation

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