waitLoading method

  1. @override
FutureOr<bool> waitLoading()
override

Waits the loading of the canvas and also the painter.loadResources.

Implementation

@override
FutureOr<bool> waitLoading() => painter.waitLoading();