controller property

OnAudioQuery? controller
final

Used to call the platform specific method.

Important:

  • If controller is null, will be create a new instance.
  • Log set with setLogConfig will only work if controller is not null.

Implementation

final OnAudioQuery? controller;