closePublication method

  1. @override
Future<void> closePublication()
override

Close the currently open publication and its related reader or playback ressources.

Implementation

@override
Future<void> closePublication() async =>
    await methodChannel.invokeMethod<void>('closePublication');