hasRoleWithSwitch method

Future hasRoleWithSwitch(
  1. String role,
  2. String account
)

Implementation

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