updateList abstract method

Future<void> updateList(
  1. List value
)

Implementation

Future<void> updateList(List<dynamic> value);