logoutOfChatSDK method

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

This method is used to logout the user from the SDK.

Implementation

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