sendTextMessage abstract method
Send text type barrage.
text: Text barrage contentextensionInfo: Extension information, can contain custom fields (such as specifying barrage color, font size, etc.)
Implementation
Future<CompletionHandler> sendTextMessage({
required String text,
Map<String, String>? extensionInfo,
});