sendContactAvatar method
Sets the contact avatar, the result is obtained through contactAvatarEveStm.
Implementation
Future<void> sendContactAvatar(ContactBean info) {
return _platform.sendContactAvatar(info);
}
Sets the contact avatar, the result is obtained through contactAvatarEveStm.
Future<void> sendContactAvatar(ContactBean info) {
return _platform.sendContactAvatar(info);
}