updateCryptKey method

void updateCryptKey(
  1. String cryptKey
)

Implementation

void updateCryptKey(String cryptKey) {
  throw UnimplementedError('updateCryptKey has not been implemented.');
}