import 'package:flutter/foundation.dart';
void skreek(String msg) {
// ignore: avoid_print
debugPrint("[skreek] $msg");
}