setup method

Future<bool> setup()

Implementation

Future<bool> setup() async {
  log("ARMOYU Widget initalized");
  return true;
}