Future<void> expect(dynamic Function() actual, dynamic matcher, {String? reason}) => thenChain((o) => _expect(actual, matcher, reason: reason));