Expo Fp Console Message
    @Serializable
Information about console output.
Console output types that can be intercepted: assert, debug, error, info, log, trace, warn
Constructors
Link copied to clipboard
                  constructor(type: ExpoFpConsoleMessage.OutputType = OutputType.LOG, args: List<String> = emptyList())