fluffychat/lib/pangea/models/pangea_audio_events.dart
William Jordan-Cooley 361690935d in the midst of it
2024-01-22 13:05:02 -05:00

9 lines
256 B
Dart

// relates to a pangea representation event
// the matrix even fits the form of a regular matrix audio event
// but with something to distinguish it as a pangea audio event
import 'package:matrix/matrix.dart';
class PangeaAudioEvent {
Event? _event;
}