existDatabase method

Future<bool> existDatabase()

Implementation

Future<bool> existDatabase() async {
  /// For check database exist
  return _providerService.existsDatabase(databaseName);
}