confirmRemoveUser abstract method

String confirmRemoveUser(
  1. Object name
)

Dialog message asking to confirm removing a user from the location

In en, this message translates to: 'Please confirm you want to remove ‘{name}’ from this location'

Implementation

String confirmRemoveUser(Object name);