prepare method
Prepared the command to be executed.
Implementation
@override
Future<DB?> prepare({int maxRetries = 10}) => openDB(maxRetries: maxRetries);
Prepared the command to be executed.
@override
Future<DB?> prepare({int maxRetries = 10}) => openDB(maxRetries: maxRetries);