clearContact method

Future<void> clearContact()

Implementation

Future<void> clearContact() async {
  await mConnMethodChannel.invokeMethod("clearContact");
}