init method

void init(
  1. BureauConfig config
)

Implementation

void init(BureauConfig config) {
  throw UnimplementedError(
      'initDeviceIntelligence() has not been implemented.');
}