setmacdevice static method

Future<void> setmacdevice(
  1. String value
)

Implementation

static Future<void> setmacdevice(String value) async =>
    await AppStorage.set("macdevice", value);