isLoggingEnabled property

bool isLoggingEnabled
final

Should display logs in console. seafarer prints some useful logs which can be helpful during development.

By default logs are disabled i.e. value is set to false.

Implementation

final bool isLoggingEnabled;