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