initializetestmessageStream static method
- @Deprecated('Platform channels are deprecated. Native Dart streams are now used.')
@Deprecated - Platform channel stream initialization This method is deprecated and will be removed in a future version. Use native Dart stream subscriptions via _setupNativeStreamSubscriptions() instead.
Implementation
@Deprecated(
'Platform channels are deprecated. Native Dart streams are now used.')
static initializetestmessageStream() {
// No-op - platform channels are no longer used
// Stream subscriptions are now set up via _setupNativeStreamSubscriptions()
Logger.warning('CometChat',
'initializetestmessageStream() is deprecated. Native Dart streams are now used.');
}