menu
afib package
documentation
afib_flutter.dart
AFSingleScreenTests<TState>
addPassIf method
addPassIf method
dark_mode
light_mode
addPassIf
method
bool
addPassIf
(
{
required
bool
test
,
})
Implementation
bool addPassIf({required bool test}) { if(test) { } return test; }
afib package
documentation
afib_flutter
AFSingleScreenTests<TState>
addPassIf method
AFSingleScreenTests class