cancel method

Future<void> cancel()

Implementation

Future<void> cancel() {
  return TySmartPosApiPluginPlatform.instance.cancel();
}