isJoined method

Future<bool?> isJoined()

Implementation

Future<bool?> isJoined() => _methodChannel.invokeMethod(
    "Backendless.Messaging.Channel.isJoined",
    <String, dynamic>{"channelHandle": _channelHandle});