executeAndFetch method
Execute this statement and return the output.
Implementation
Future<(A, B, C, D, E, F)?> executeAndFetch() async =>
(await _return.executeAndFetch()).firstOrNull;
Execute this statement and return the output.
Future<(A, B, C, D, E, F)?> executeAndFetch() async =>
(await _return.executeAndFetch()).firstOrNull;