create method

Future<ChannelState> create()

Creates a new channel.

Implementation

Future<ChannelState> create() async => query(state: false);