Package-level declarations
Types
Link copied to clipboard
class AndroidAdapter(pluginPackageName: String, pluginClassName: String, isProtobufEnabled: Boolean, methodChannels: Set<String>, eventChannels: Set<String>, controllers: Set<Controller>) : KlutterPrinter
Link copied to clipboard
class IosAdapter(pluginClassName: String, isProtobufEnabled: Boolean, methodChannels: Set<String>, eventChannels: Set<String>, controllers: Set<Controller>) : KlutterPrinter
Link copied to clipboard