redraw method

Future<void> redraw()

Redraws the texture

Implementation

Future<void> redraw() async => _plugin.invalidate(textureId);