FlutterDesktopViewControllerForceRedraw method

void FlutterDesktopViewControllerForceRedraw(
  1. Pointer<FlutterDesktopViewControllerState> controller
)

Requests new frame from engine and repaints the view

Implementation

void FlutterDesktopViewControllerForceRedraw(
  Pointer<FlutterDesktopViewControllerState> controller,
) =>
    _FlutterDesktopViewControllerForceRedraw(
      controller,
    );