aatkitLog function

void aatkitLog(
  1. String message
)

Implementation

void aatkitLog(String message) {
  debugPrint('[AATKitFlutter] $message');
}