initializeDatabase method

Future<bool> initializeDatabase()

Implementation

Future<bool> initializeDatabase() async{
  return false;
}