Commit code. Update time: 2023-06-25
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import 'dart:core' as core;
|
||||
|
||||
import 'package:flutter/foundation.dart';
|
||||
|
||||
void print (core.Object object) {
|
||||
if (kDebugMode) {
|
||||
core.print(object);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user