watchKeybindings method
Watch for keybinding file changes.
Implementation
Future<String?> watchKeybindings(
String keybindingsPath,
void Function(FileChange) callback,
) async {
return watchFile(keybindingsPath, callback);
}
Watch for keybinding file changes.
Future<String?> watchKeybindings(
String keybindingsPath,
void Function(FileChange) callback,
) async {
return watchFile(keybindingsPath, callback);
}