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