menu
barcode_scanner
sdk_utils.dart
KotlinFunctionsForObject
<
T extends Object
>
also method
also
brightness_4
brightness_5
also
method
T
also
(
void
operationFor
(
T
self
)
)
Implementation
T also(void Function(T self) operationFor) { operationFor(this); return this; }
barcode_scanner
sdk_utils
KotlinFunctionsForObject
<
T extends Object
>
also method
KotlinFunctionsForObject extension