PhysicalResourceProvider constructor
PhysicalResourceProvider({
- String? stateLocation,
Implementation
PhysicalResourceProvider({String? stateLocation})
: _stateLocation = stateLocation ?? _getStandardStateLocation();