getRoleAdmin method

Future getRoleAdmin(
  1. String role
)

Implementation

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