Future<Map<Object?, dynamic>?> tokenize(double contextId, {required String text}) { return FCllamaPlatform.instance.tokenize(contextId, text: text); }