sendCustomMessage abstract method
Send custom type barrage.
businessID: Business identifier ID, used to distinguish custom barrages from different business scenariosdata: Custom data content, usually JSON format string, used to pass business custom data
Implementation
Future<CompletionHandler> sendCustomMessage({
required String businessID,
required String data,
});