sendSongTitle method

Future<void> sendSongTitle(
  1. String title
)

Sets song name

Implementation

Future<void> sendSongTitle(String title) {
  return _platform.sendSongTitle(title);
}