defaultKeyId method

KeyId defaultKeyId()

Implementation

KeyId defaultKeyId() {
  final id = DartApi.native.did.defaultKeyId(_ffi);
  return KeyId(id, true);
}