buildWithTrackId method

Widget buildWithTrackId(
  1. BuildContext context,
  2. String trackId,
  3. String embedCode
)

Implementation

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