Initialize the controller.
@override Future<int?> init(String path, String key) async { return _ddnManager.init(path, key); }