SteamInterfaceExtensions extension

Extensions on SteamInterface to generate ffi code

on

Methods

generate({required IOSink fileSink, Set<String> enumSet = const {}, Set<String> structSet = const {}, Set<String> callbackStructSet = const {}, Set<String> interfaceSet = const {}}) → void

Available on SteamInterface, provided by the SteamInterfaceExtensions extension

Generates necessary code for a SteamInterface
generateFile({required String path, required IOSink exportSink, Set<String> enumSet = const {}, Set<String> structSet = const {}, Set<String> callbackStructSet = const {}, Set<String> interfaceSet = const {}}) Future<void>

Available on SteamInterface, provided by the SteamInterfaceExtensions extension

Generates necessary file and code for a SteamInterface