logoutOfChatSDK method
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.');
}
This method is used to logout the user from the SDK.
Future<void> logoutOfChatSDK(Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}