clearAll method

Future<void> clearAll()
override

Implementation

Future<void> clearAll() async {
  _contact = null;
}