showDebugAnimNotification method

void showDebugAnimNotification()

Implementation

void showDebugAnimNotification() {
  if (isShowedBubble) return;
  if (context == null) return;

  isShowedBubble = true;
  // showOverlay((context, t) {
  //   return Opacity(
  //     opacity: t,
  //     child: AliceInspector(
  //       // onClicked: navigateToCallListScreen,
  //       aliceCore: this,
  //       limitLogs: limitLogs,
  //     ),
  //   );
  // }, duration: Duration.zero);
}