menu
matrix package
documentation
fake_matrix_api.dart
FakeMatrixApi
firstWhereValue static method
firstWhereValue static method
dark_mode
light_mode
firstWhereValue
static method
Future
<
String
>
firstWhereValue
(
String
value
)
Implementation
static Future<String> firstWhereValue(String value) { return firstWhere((v) => v == value); }
matrix package
documentation
fake_matrix_api
FakeMatrixApi
firstWhereValue static method
FakeMatrixApi class