currentDataOwnerKeys method
Future<Map<String, Map<KeypairFingerprintV1String, Uint8List> > >
currentDataOwnerKeys({
- bool filterTrustedKeys = true,
Implementation
Future<Map<String, Map<KeypairFingerprintV1String, Uint8List>>> currentDataOwnerKeys({ bool filterTrustedKeys = true }) async {
return await CardinalSdkPlatformInterface.instance.apis.crypto.currentDataOwnerKeys(
_sdkId,
filterTrustedKeys,
);
}