streamCpuSamplesWithUserTag method

  1. @Deprecated('This method is deprecated and calling it will cause no effect')
Future<Success> streamCpuSamplesWithUserTag(
  1. List<String> userTags
)

The streamCpuSamplesWithUserTag RPC is deprecated and calling it will cause no effect. The RPC will return a Success object when called with any string[] as the userTags argument, and will return an RPCError when called with any other userTags argument.

See Success.

Implementation

@Deprecated('This method is deprecated and calling it will cause no effect')
Future<Success> streamCpuSamplesWithUserTag(List<String> userTags) =>
    _call('streamCpuSamplesWithUserTag', {'userTags': userTags});