save static method

Future<void> save()

Implementation

static Future<void> save() async {
  await Store.set('server', {
    'host': host,
    'url': url,
  });
}