5 lines
107 B
Dart
5 lines
107 B
Dart
|
|
class EmailConstants {
|
|
static const HTML_TEXT = 'text/html';
|
|
static const PLAIN_TEXT = 'text/plain';
|
|
} |