getNewFileName method Null safety
- String id,
- SnapshotType type
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';
}