registerWith static method

void registerWith(
  1. dynamic registrar
)

Registers this class as the default instance of ImagePickerMasterPlatform.

Implementation

static void registerWith(dynamic registrar) {
  // No-op for non-web platforms
}