removeDatabase static method

Future removeDatabase()

Implementation

static Future<dynamic> removeDatabase() async {
  return await _channel.invokeMethod("removeDatabase", []);
}