logPrint property

void Function(Object object) logPrint
finalinherited

Log printer; defaults logPrint log to console. In flutter, you'd better use debugPrint. you can also write log in a file.

Implementation

final void Function(Object object) logPrint;