reloadConfig method

Future<void> reloadConfig()

Invokes org.freedesktop.DBus.ReloadConfig()

Implementation

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