menu
electrician_app
core/database/isar_service.dart
IsarService
close method
close
dark_mode
light_mode
description
close
method
Future
<
void
>
close
(
)
Close Isar connection
Implementation
Future<void> close() async { await _isar?.close(); _isar = null; }
electrician_app
isar_service
IsarService
close method
IsarService class