grantRole method

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

Implementation

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