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