updateAvatar abstract method
- NativeFile? file, {
- CropAreaInput? crop,
- void onSendProgress()?,
Updates or resets the MyUser.avatar field with the provided image
file
.
Implementation
Future<void> updateAvatar(
NativeFile? file, {
CropAreaInput? crop,
void Function(int count, int total)? onSendProgress,
});