exec method

Future<RespType> exec()

Implementation

Future<RespType> exec() async {
  return tier0.execute([
    'EXEC',
  ]);
}