8
lib/bean/whisper_dto.dart
Normal file
8
lib/bean/whisper_dto.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
/// Common whisper request
|
||||
abstract class WhisperRequestDto {
|
||||
/// Convert current request to String encoded whisper json
|
||||
String toRequestString();
|
||||
|
||||
/// Type of request or response
|
||||
String get specialType;
|
||||
}
|
Reference in New Issue
Block a user