childDebugDrawerBegin 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? childDebugDrawerBegin(Widget? beginDrawer) {
  return _createDebugDrawer(beginDrawer, AFScreenPrototype.testDrawerSideBegin);
}