unlock method

Future<void> unlock(
  1. String path,
  2. String passphrase
)

Implementation

Future<void> unlock(String path, String passphrase) =>
    api.unlock(path, passphrase);