clearAllConversation method

Future<bool?> clearAllConversation()

Implementation

Future<bool?> clearAllConversation() {
  throw UnimplementedError('has not been implemented.');
}