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