submit method

Future<String> submit()

Implementation

Future<String> submit() {
  throw UnimplementedError(
      'submitDeviceIntelligence() has not been implemented.');
}