setLoadingPic method

Future<void> setLoadingPic(
  1. String url
)

Implementation

Future<void> setLoadingPic(String url) async {
  throw UnimplementedError('setLoadingPic() has not been implemented.');
}