sendContact method

Future<void> sendContact(
  1. ContactBean info
)

Sets the contact, the result is obtained through contactEveStm.

Implementation

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