create static method

Future<Webview> create({
  1. required dynamic configuration,
})

Implementation

static Future<Webview> create({required configuration}) async {
  return Webview();
}