fetch static method

Future<void> fetch()

Fetch the hackle dashboard info

Implementation

static Future<void> fetch() {
  return HacklePlatform.instance.fetch();
}