close method

Future<int> close(
  1. int? handle
)

Implementation

Future<int> close(int? handle) async {
  throw CaptureException(
      SktErrors.ESKT_NOTINITIALIZED, 'close() is not implemented.');
}