remove method
Refer to List.remove.
Additionally returns the list.
Implementation
Future<List<E>> remove(Object o) async => (await this)..remove(o);
Refer to List.remove.
Additionally returns the list.
Future<List<E>> remove(Object o) async => (await this)..remove(o);