saveSession method
Implementation
Future<int?> saveSession(double contextId,
{required String path, required double size}) {
return FCllamaPlatform.instance
.saveSession(contextId, path: path, size: size);
}
Future<int?> saveSession(double contextId,
{required String path, required double size}) {
return FCllamaPlatform.instance
.saveSession(contextId, path: path, size: size);
}