DEFAULT_ADMIN_ROLE method

Future DEFAULT_ADMIN_ROLE()

Implementation

Future<dynamic> DEFAULT_ADMIN_ROLE() async {
  return await _contract.call("DEFAULT_ADMIN_ROLE");
}