PhysicalResourceProvider constructor

PhysicalResourceProvider({
  1. String? stateLocation,
})

Implementation

PhysicalResourceProvider({String? stateLocation})
    : _stateLocation = stateLocation ?? _getStandardStateLocation();