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