shutdown static method

Future<void> shutdown()

Shuts down the RDB instance. If used again, a new instance has to be created by calling RDB.init()

Implementation

static Future<void> shutdown() {
  return instance.goOffline();
}