shutdown static method
End Fullstory session.
For more information, see https://developer.fullstory.com/mobile/flutter/fullcapture/capture-data/#stop-data-capture
Implementation
static Future<void> shutdown() {
return FullstoryFlutterPlatform.instance.shutdown();
}