getLogStreamWithTarData static method

Future<List<int>> getLogStreamWithTarData(
  1. File tar
)

Implementation

static Future<List<int>> getLogStreamWithTarData(
    File tar) async {
  return _getStreamWithTarData(tar, TarKey.log);
}