sendContactAvatar method

Future<void> sendContactAvatar(
  1. ContactBean info
)

Sets the contact avatar, the result is obtained through contactAvatarEveStm.

Implementation

Future<void> sendContactAvatar(ContactBean info) {
  return _platform.sendContactAvatar(info);
}