registerWith static method
Registers this class as the default instance of CameraPlatform.
Implementation
static void registerWith(Registrar registrar) {
CameraPlatform.instance = CameraPlugin(
cameraService: CameraService(),
);
}
Registers this class as the default instance of CameraPlatform.
static void registerWith(Registrar registrar) {
CameraPlatform.instance = CameraPlugin(
cameraService: CameraService(),
);
}