fetch static method
Fetch the hackle dashboard info
Implementation
static Future<void> fetch() {
return HacklePlatform.instance.fetch();
}
Fetch the hackle dashboard info
static Future<void> fetch() {
return HacklePlatform.instance.fetch();
}