deactivate method
Deactivates the media session on the current platform.
Implementation
Future<void> deactivate() {
throw UnimplementedError('deactivate() has not been implemented.');
}
Deactivates the media session on the current platform.
Future<void> deactivate() {
throw UnimplementedError('deactivate() has not been implemented.');
}