PresenceChannel top-level constant

MethodChannel const PresenceChannel

Implementation

const MethodChannel PresenceChannel = MethodChannel(
  '$channelPrefix/chat_presence_manager',
  JSONMethodCodec(),
);