smNavigatorKey top-level property
Main SM Support class - Bottom Sheet Mode (Recommended)
This is the recommended way to integrate SM Support into your app. It opens as a bottom sheet (94% screen height) within your app's context.
For legacy full-screen mode, use SMSupportLegacy from: 'package:sm_ai_support/src/support/legacy/sm_support_legacy.dart'
Implementation
final smNavigatorKey = GlobalKey<NavigatorState>();