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