cancelAllLoading method

Future<void> cancelAllLoading()

Implementation

Future<void>cancelAllLoading() {
  return _platform.cancelAllLoading();
}