disconnect method

void disconnect()

Implementation

void disconnect() async {
  await pusher.disconnect();
}