supportsInterface method

Future supportsInterface(
  1. String interfaceId
)

Implementation

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