fetchBoardInfo abstract method

  1. @protected
Future<BoardInfo> fetchBoardInfo(
  1. VendorDictionary dictionary
)

Grab informations found in dictionary to construct BoardInfo when calling boardInfo.

Implementation

@protected
Future<BoardInfo> fetchBoardInfo(VendorDictionary dictionary);