prepare method

  1. @override
Future<DB<DBConnection>?> prepare({
  1. int maxRetries = 10,
})
override

Prepared the command to be executed.

Implementation

@override
Future<DB?> prepare({int maxRetries = 10}) => openDB(maxRetries: maxRetries);