menu
ez_credit package
documentation
base/base_controller.dart
AppListMixin<T>
removeAt method
removeAt method
dark_mode
light_mode
removeAt
method
void
removeAt
(
int
index
)
Implementation
void removeAt(int index) { _value.removeAt(index); _status = AppStatus.success(); refresh(); }
ez_credit package
documentation
base/base_controller
AppListMixin<T>
removeAt method
AppListMixin mixin