putAll method

Future<void> putAll(
  1. Map entries
)

Implementation

Future<void> putAll(Map entries) => box().putAll(entries);