registerWith static method

void registerWith(
  1. Registrar registrar
)

Register the plugin with the web implementation. Called by ?? when ??

Implementation

static void registerWith(Registrar registrar) {
  FlutterGooglePlacesSdkPlatform.instance = FlutterGooglePlacesSdkWebPlugin();
}