registerWith static method

void registerWith()

Registers this class as the default platform implementation.

Implementation

static void registerWith() {
  ImagePickerPlatform.instance = ImagePickerIOS();
}