multi method

Future<bool> multi()

Implementation

Future<bool> multi() async {
  return (await tier1.multi()).toSimpleString().payload == 'OK';
}