executeAndFetch method

Future<(A, B, C, D, E, F)?> executeAndFetch()

Execute this statement and return the output.

Implementation

Future<(A, B, C, D, E, F)?> executeAndFetch() async =>
    (await _return.executeAndFetch()).firstOrNull;