closeLog method

Future<String?> closeLog()

关闭日志打印,默认关闭

Implementation

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