streamingProfile static method
dynamic
streamingProfile(
- dynamic profile
Implementation
static streamingProfile(dynamic profile) {
return StreamingProfileAction(profile);
}
static streamingProfile(dynamic profile) {
return StreamingProfileAction(profile);
}