cancelLoading method

Future<void> cancelLoading()
inherited

Implementation

Future<void> cancelLoading() async {
  _channel.invokeMethod('cancelLoading');
}