updateCoverBounds static method
Implementation
static void updateCoverBounds(
bool isCovered,
double x,
double y,
double w,
double h,
) {
_methodChannel.invokeMethod("updateCoverBounds",
{'isCovered': isCovered, 'x': x, 'y': y, 'w': w, 'h': h});
}