publish method

Future<void> publish()

Implementation

Future<void> publish() async {
  await Future.wait([store(), upload()]);
  return;
}