Future<Map<String, double>> classifyText( String text, { String? sessionId, List<String>? categories, }) { throw UnimplementedError('classifyText() has not been implemented.'); }