refresh method

Future<bool> refresh()

Refreshes the canvas asynchronously.

Implementation

Future<bool> refresh() => Future.microtask(callPainter);