updateAll abstract method

Future updateAll(
  1. Map<String, dynamic> args
)

updateAll updates all entries in a DB based on a map

Implementation

Future updateAll(Map<String, dynamic> args);