currentReleaseFilePath method
Returns the current ReleaseFile storage path.
Implementation
Future<String?> currentReleaseFilePath(String filePath) =>
storage.currentReleaseFilePath(filePath);
Returns the current ReleaseFile storage path.
Future<String?> currentReleaseFilePath(String filePath) =>
storage.currentReleaseFilePath(filePath);