refresh method

Future<bool> refresh()

Refreshes the canvas of this painter.

Implementation

Future<bool> refresh() => _pCanvas?.refresh() ?? Future.value(false);