isLoading method

Future<bool?> isLoading()

Implementation

Future<bool?> isLoading() async {
  return await _channel.invokeMethod('isLoading');
}