stop method

Future<bool> stop()

Implementation

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