handleZwExploreRequestInclusion method

T? handleZwExploreRequestInclusion(
  1. List<int> data
)
inherited

FUNC_ID_ZW_EXPLORE_REQUEST_INCLUSION - supports NWI

Implementation

T? handleZwExploreRequestInclusion(List<int> data) {
  return unhandledMessage(FUNC_ID_ZW_EXPLORE_REQUEST_INCLUSION,
      'FUNC_ID_ZW_EXPLORE_REQUEST_INCLUSION', data);
}