hasRole method

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

Implementation

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