addVideo method

Future<void> addVideo(
  1. String path
)

Implementation

Future<void> addVideo(String path) async {
  await _box!.add(path);
}