biDebugPrint function

void biDebugPrint(
  1. Object? object
)

Implementation

void biDebugPrint(Object? object) {
  // ignore: avoid_print
  debugPrint("embeddedsdk: $object");
}