Allows you to remove the database from your app.
Future<bool> removeDatabase() async { return await _bridge.invokeMethod("removeDatabase", []); }