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