clearContact method

Future<void> clearContact()

Implementation

Future<void> clearContact() {
  return mConnconst.invokeMethod("clearContact");
}