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