updateUser abstract method

FutureOr<bool> updateUser(
  1. String fingerprint, {
  2. String? name,
  3. bool? onWhitelist,
  4. Set<String>? roles,
  5. bool? banned,
  6. DateTime? bannedUntil,
  7. String? banReason,
  8. DateTime? lastLogin,
  9. bool createIfNotExists = false,
})

Implementation

FutureOr<bool> updateUser(
  String fingerprint, {
  String? name,
  bool? onWhitelist,
  Set<String>? roles,
  bool? banned,
  DateTime? bannedUntil,
  String? banReason,
  DateTime? lastLogin,
  bool createIfNotExists = false,
});