cancelSubscriptions method

Future<void> cancelSubscriptions()

Implementation

Future<void> cancelSubscriptions() {
  return _unsubscribes();
}