registerWith static method

void registerWith(
  1. Registrar registrar
)

Registers the web implementation with the Flutter plugin system.

Implementation

static void registerWith(Registrar registrar) {
  PickerProMaxUltraPlatform.instance = WebImplementation();
}