CrashlyticsLogCallback typedef

CrashlyticsLogCallback = void Function(CrashlyticsLogEvent event)

Function to call when printing a log message

Implementation

typedef CrashlyticsLogCallback = void Function(CrashlyticsLogEvent event);