Future<dynamic> hasRoleWithSwitch(String role, String account) async => await _contract.call("hasRoleWithSwitch", [role, account]);