menu
at_follows_flutter package
documentation
domain/at_follows_list.dart
AtFollowsList
remove method
remove method
dark_mode
light_mode
remove
method
dynamic
remove
(
String
?
value
)
Implementation
remove(String? value) { if (list!.contains(value)) { list!.remove(value); } }
at_follows_flutter package
documentation
domain/at_follows_list
AtFollowsList
remove method
AtFollowsList class