Allows you to cancel the database update.
Future<bool> cancelDBUpdate() async { return await _bridge.invokeMethod("cancelDBUpdate", []); }