This API helps you to view all the system status items.
This API helps you to view all the system status items.
// CONFIG FOR WOOSIGNAL
var wsConfig = {
"appKey":"your app key",
"debugMode":true
};
// CREATING AN INSTANCE
WooSignal.getInstance(config: wsConfig).then( (wcStore) {
wcStore.getSystemStatus().then( (systemStatus) {
print(systemStatus.toJson());
});
});
List<SystemStatus> instance
Represents the following object - WooCommerce List all system status items