close method

Future<bool> close()

Implementation

Future<bool> close() {
  return LedgerUsbPlatform.instance.close();
}