getNewFileName static method
Implementation
@visibleForTesting
static String getNewFileName(String id, SnapshotType type) {
final ext = getExtenstion(type);
return '$id-new.$ext';
}
@visibleForTesting
static String getNewFileName(String id, SnapshotType type) {
final ext = getExtenstion(type);
return '$id-new.$ext';
}