disconnect static method

Future disconnect()

Disconnect the client from pusher

Implementation

static Future disconnect() async {
  await _channel.invokeMethod('disconnect');
}