Rumahjo-Android-APP/lib/Ui/screens/chat/chatAudio/audio_state.dart
2024-09-07 07:58:50 +07:00

7 lines
192 B
Dart

/// 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 = [];
}