Initialize the database
@override Future<void> init(String dbName) async { await methodChannel.invokeMethod<void>('init', {'dbName': dbName}); }