getProfilingData method

Future<Map<String, String>?> getProfilingData(
  1. String sessionId,
  2. String orgId,
  3. String fpServer
)

Implementation

Future<Map<String, String>?> getProfilingData(
    String sessionId, String orgId, String fpServer) {
  throw UnimplementedError('getProfilingData() has not been implemented.');
}