unmount abstract method
Tears down the mount mountId.
Implementation
Future<DashboardActionResult> unmount(
String mountId, {
bool syncFirst = false,
bool keepRemote = true,
});
Tears down the mount mountId.
Future<DashboardActionResult> unmount(
String mountId, {
bool syncFirst = false,
bool keepRemote = true,
});