commits abstract method

Future<List<Commit>> commits({
  1. String? from,
})

Implementation

Future<List<Commit>> commits({String? from});