Rumahjo-Android-APP/lib/Ui/screens/chat/chatAudio/audio_state.dart

7 lines
192 B
Dart
Raw Permalink Normal View History

2024-09-07 00:58:50 +00:00
/// Choosing this method because using proper state management would be an
/// overkill for the scope of this project.
class AudioState {
AudioState._();
static List<String> files = [];
}