saveFact abstract method

Future<IFact> saveFact(
  1. IFact fact
)

Implementation

Future<IFact> saveFact(IFact fact);