exportFullKeys method

dynamic exportFullKeys(
  1. String deviceId,
  2. String chainCode,
  3. HashMap<String, List<String>> cloudKeyShares
)

Implementation

exportFullKeys(String deviceId, String chainCode, HashMap<String, List<String>> cloudKeyShares) {
  return _ncwSdkPlugin.exportFullKeys(deviceId, chainCode, cloudKeyShares);
}