currentReleaseFilePath method

Future<String?> currentReleaseFilePath(
  1. String filePath
)

Returns the current ReleaseFile storage path.

Implementation

Future<String?> currentReleaseFilePath(String filePath) =>
    storage.currentReleaseFilePath(filePath);