menu
n_image_picker package
documentation
n_image_picker.dart
ImageController
updateKey method
updateKey method
dark_mode
light_mode
updateKey
method
void
updateKey
(
String
key
)
Updates the key used for image data.
Implementation
void updateKey(String key) => _key = key;
n_image_picker package
documentation
n_image_picker
ImageController
updateKey method
ImageController class