updateUsers abstract method

Future<void> updateUsers(
  1. List<User> users
)

Updates the users data with the new users data

Implementation

Future<void> updateUsers(List<User> users);