updateKey method

void updateKey(
  1. String key
)

Updates the key used for image data.

Implementation

void updateKey(String key) => _key = key;