eggnstone_dart library

eggnstone_dart

Classes

DartRunner
A class to run a Dart function in a safe way, catching errors and allowing for custom error handling.
Date
A simple date class that represents a date without time zone information.
Time
A simple class to represent a time of day.

Functions

enableLog(bool value) → void
initLog({required bool enabled, required bool isWeb}) → void
logDebug(String message) → void
logError(String message, [Object? error, StackTrace? stackTrace]) → void
logInfo(String message) → void
logWarning(String message) → void