getStep method

Future<RStep?> getStep(
  1. String id
)

Implementation

Future<RStep?> getStep(String id) async {
  return api.getStep(id);
}