userChannelEnabled static method

void userChannelEnabled(
  1. String channel
)

Implementation

static void userChannelEnabled(String channel) {
  if (isAndroid) {
    _channel.invokeMethod('userChannelEnabled', {
      'channel': channel
    });
  }
}