String greet({required String name, dynamic hint}) => RustLib.instance.api.greet(name: name, hint: hint);