Close the database
@override Future<void> close() async { await methodChannel.invokeMethod<void>('close'); }