putList abstract method

Future<void> putList(
  1. List value
)

Implementation

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