mirror of
https://github.com/ErfanRht/MovieLab.git
synced 2025-08-06 11:31:47 +08:00
7 lines
150 B
Dart
7 lines
150 B
Dart
import 'package:hive/hive.dart';
|
|
import '../models/show_preview.dart';
|
|
|
|
void registerAdapters() {
|
|
Hive.registerAdapter(HiveShowPreviewAdapter());
|
|
}
|