Deactivates the media session on the current platform.
@override Future<void> deactivate() async { await methodChannel.invokeMethod('deactivate'); }