CarpenterRefreshCapability constructor

const CarpenterRefreshCapability({
  1. required Future<void> refresh(),
})

Implementation

const CarpenterRefreshCapability({required this.refresh});