beginPath function
void
beginPath(
- dynamic context2D
Begin a new path. No-op on non-web platforms.
Implementation
void beginPath(dynamic context2D) {}
Begin a new path. No-op on non-web platforms.
void beginPath(dynamic context2D) {}