backendMarkerPath property

  1. @override
String get backendMarkerPath
override

Where the marker file lives. A future backend-aware factory will use this to detect backend changes between restarts; the current implementation doesn't read it, it's declared here so the field is part of the contract from day one.

Implementation

@override
String get backendMarkerPath => primary.backendMarkerPath;