getDeviceLogTail method

Future<List<String>> getDeviceLogTail({
  1. int maxLines = 80,
})

Implementation

Future<List<String>> getDeviceLogTail({int maxLines = 80}) {
  throw UnimplementedError('getDeviceLogTail() has not been implemented.');
}