cleanNativeLivestreamListener method

Future<void> cleanNativeLivestreamListener()

Implementation

Future<void> cleanNativeLivestreamListener() async {
  await _platform.cleanNativeLivestreamListener();
}