logcat function

void logcat(
  1. String info
)

Implementation

void logcat(String info) {
  debugPrint('$bkFrame  $info');
}