buildWithTrackId method
Implementation
Widget buildWithTrackId(
BuildContext context, String trackId, String embedCode) {
return Container(
child: Text("SoundCloudWidget not implemented"),
);
}
Widget buildWithTrackId(
BuildContext context, String trackId, String embedCode) {
return Container(
child: Text("SoundCloudWidget not implemented"),
);
}