FunctionTestFactory typedef

FunctionTestFactory = Future<void> Function({required bool autoCorrect})

Implementation

typedef FunctionTestFactory =
    Future<void> Function({required bool autoCorrect});