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