cancel method

void cancel()

Cancel this session.

Implementation

void cancel() {
  ACRCloud._channel.invokeMethod('cancel');
  dispose();
}