632762bfcd
Signed-off-by: dab246 <tdvu@linagora.com>
6 lines
232 B
Dart
6 lines
232 B
Dart
class Constant {
|
|
static const acceptHeaderDefault = 'application/json';
|
|
static const contentTypeHeaderDefault = 'application/json';
|
|
static const pdfMimeType = 'application/pdf';
|
|
static const textHtmlMimeType = 'text/html';
|
|
} |