menu
nylo_support package
documentation
testing/src/ny_test.dart
NyTest
set static method
set static method
dark_mode
light_mode
set
static method
void
set
(
String
key
,
dynamic
value
)
Store a value in test state.
Implementation
static void set(String key, dynamic value) { _testState[key] = value; }
nylo_support package
documentation
testing/src/ny_test
NyTest
set static method
NyTest class