3 lines
55 B
Dart
3 lines
55 B
Dart
void throwError() {
|
|
throw Exception('Some error');
|
|
}
|
void throwError() {
|
|
throw Exception('Some error');
|
|
}
|