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