3 lines
142 B
Dart
3 lines
142 B
Dart
import 'package:dart_framework/platform/platform_base.dart';
|
|
|
|
LogWriter getLogWriter() => throw UnsupportedError('Cannot create a instance');
|