restart method

Future<bool> restart()

Implementation

Future<bool> restart() async {
  obslib.mediaSourceRestart(pointer!);
  await syncState();
  return true;
}