Future<String?> ask(String prompt, {String? sessionId}) { return AppleFoundationFlutterPlatform.instance.ask( prompt, sessionId: sessionId, ); }