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