removeGitCredential abstract method
Removes the caller's own git credential for host on nodeId.
Implementation
Future<DashboardActionResult> removeGitCredential(
String nodeId, {
required String host,
});
Removes the caller's own git credential for host on nodeId.
Future<DashboardActionResult> removeGitCredential(
String nodeId, {
required String host,
});