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