childDebugDrawerEnd method
As long as you are calling AFFunctionalTheme.childScaffold, you don't need to worry about this, it will be done for you.
Implementation
Widget? childDebugDrawerEnd(Widget? endDrawer) {
  return _createDebugDrawer(endDrawer, AFScreenPrototype.testDrawerSideEnd);
}