Future<T> expectLater(dynamic actual, dynamic matcher, {String? reason}) => thenChain((o) => o.expectLater(actual, matcher, reason: reason));