callInternal abstract method

  1. @visibleForOverriding
Future<String> callInternal(
  1. String prompt, {
  2. Options? options,
})

Method which should be implemented by subclasses to run the model.

Implementation

@visibleForOverriding
Future<String> callInternal(
  final String prompt, {
  final Options? options,
});