LogSnapshot typedef

LogSnapshot = Future<void> Function({List<int>? image, String name})

Implementation

typedef LogSnapshot = Future<void> Function({
  String name,
  List<int>? image,
});