reset method

Future<void> reset()

Resets the contact.

Implementation

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