initSource static method

Future<void> initSource()

Implementation

static Future<void> initSource() async{
  await SoLoud.instance.init();
}