updateUser abstract method

Future<bool> updateUser(
  1. T user
)

Implementation

Future<bool> updateUser(T user);