SubsCancel method

Future<void> SubsCancel()

Implementation

Future<void> SubsCancel() async {
  return _instance.SubsCancel();
}