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