init method

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

Implementation

@override
Future<void> init() async {
  _ctx ??= web.AudioContext();
}