execute abstract method

Future<bool> execute({
  1. P? prepared,
})

Executes the command and returns true if successful.

Implementation

Future<bool> execute({P? prepared});