beginPath function

void beginPath(
  1. dynamic context2D
)

Begin a new path. No-op on non-web platforms.

Implementation

void beginPath(dynamic context2D) {}