openLog method

Future<String?> openLog()

开启日志打印 (Debug级别)

Implementation

Future<String?> openLog() async {
  throw UnimplementedError('openLog() has not been implemented.');
}