updateBounds method

Future<void> updateBounds(
  1. int webviewId,
  2. Offset offset,
  3. Size size,
  4. double devicePixelRatio,
)

Implementation

Future<void> updateBounds(
    int webviewId, Offset offset, Size size, double devicePixelRatio) {
  throw UnimplementedError();
}