onPreparingSucceeded method

  1. @override
void onPreparingSucceeded()
override

Occurs when the preparing process succeeds.

Implementation

@override
void onPreparingSucceeded()
{
  infoCLn('Preparing the database ✔');
}