init method

Future<DeviceInfo?> init()

Implementation

Future<DeviceInfo?> init() {
  return InfoPlPlatformInterface.instance.init();
}