registerWith static method
void
registerWith()
Registers this class as the default instance of AdaptiveImagePickerPlatform.
Implementation
static void registerWith() {
AdaptiveImagePickerPlatform.instance = AdaptiveImagePickerDesktop();
}