initDevices method

Future<bool> initDevices()

Implementation

Future<bool> initDevices() async {
  return true;
}