fetch static method

Future<void> fetch()

Implementation

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