didCaptureSuccessfully property
bool
get
didCaptureSuccessfully
Implementation
bool get didCaptureSuccessfully {
return maybeWhen(
captured: () => true,
orElse: () => false,
);
}
bool get didCaptureSuccessfully {
return maybeWhen(
captured: () => true,
orElse: () => false,
);
}