streamingProfile static method

dynamic streamingProfile(
  1. dynamic profile
)

Implementation

static streamingProfile(dynamic profile) {
  return StreamingProfileAction(profile);
}