getTextAndDocumentCompletion abstract method

Future<String?> getTextAndDocumentCompletion(
  1. String text,
  2. List<Uint8List> files
)

Implementation

Future<String?> getTextAndDocumentCompletion(
  String text,
  List<Uint8List> files,
);