reloadConfig method
Invokes org.freedesktop.DBus.ReloadConfig()
Implementation
Future<void> reloadConfig() async {
await callMethod(
'org.freedesktop.DBus',
'ReloadConfig',
[]
);
}
Invokes org.freedesktop.DBus.ReloadConfig()
Future<void> reloadConfig() async {
await callMethod(
'org.freedesktop.DBus',
'ReloadConfig',
[]
);
}