stopLoading method

Future<void> stopLoading()

Implementation

Future<void> stopLoading() async =>
    await _channel.invokeMethod('stopLoading');