play method

Future<bool> play()

Implementation

Future<bool> play() async {
  obslib.mediaSourcePlayPause(pointer!, false);
  await syncState();

  return true;
}