openRoleManagerDialog method

Future<void> openRoleManagerDialog()

Implementation

Future<void> openRoleManagerDialog() async {
  Get.dialog(RoleManagerDialog());
}