call method

UserGrantsProvider call(
  1. String userId
)

See also userGrants.

Implementation

UserGrantsProvider call(String userId) {
  return UserGrantsProvider(userId);
}