setBackgroundColor method

Future<void> setBackgroundColor(
  1. int webviewId,
  2. Color color
)

Implementation

Future<void> setBackgroundColor(int webviewId, Color color) {
  throw UnimplementedError();
}