removeUIKitListener method

void removeUIKitListener(
  1. {String? uuid}
)

Implementation

void removeUIKitListener({
  String? uuid,
}) {
  TencentCloudChatSdkPlatform.instance.removeUIKitListener(
    uuid: uuid,
  );
}