reset method
Resets the contact.
Implementation
Future<void> reset() async {
return await _module.channel.invokeMethod('contact#reset');
}
Resets the contact.
Future<void> reset() async {
return await _module.channel.invokeMethod('contact#reset');
}