clearAllConversation method

Future<void> clearAllConversation(
  1. dynamic callback(
    1. FlyResponse response
    )?
)

This method is used to clear all the conversation.

Implementation

Future<void> clearAllConversation(Function(FlyResponse response)? callback) {
  throw UnimplementedError('has not been implemented.');
}