setStatusListener static method
Specify a delegate to be notified of Fullstory session status events.
Use the FSStatusListener mixin and override the onFSSession method to know when Fullstory is ready for events, logs, etc.
For more information, see https://developer.fullstory.com/mobile/flutter/fullcapture/callbacks-and-delegates/
Implementation
static void setStatusListener(FSStatusListener? listener) {
FullstoryFlutterPlatform.instance.setStatusListener(listener);
}