vLog function

dynamic vLog(
  1. String log
)

Implementation

vLog(String log) {
  debugPrint("ChatRoomDemo: $log");
}