call method

Future<void> call(
  1. int index
)

Implementation

Future<void> call(int index) {
  return repository.saveFontIndex(index);
}