stopLoading method

Future<void> stopLoading()

Implementation

Future<void> stopLoading() async {
  _callMethod("stopLoading");
}