menu
llama_cpp_flutter package
documentation
chat.dart
LlamaChatClient
getService<T> method
getService<T> method
dark_mode
light_mode
getService<
T
>
method
T?
getService
<
T
>(
{
Object
?
key
,
})
inherited
Gets a service of the specified type.
Implementation
T? getService<T>({Object? key}) => null;
llama_cpp_flutter package
documentation
chat
LlamaChatClient
getService<T> method
LlamaChatClient class