UmengService constructor

UmengService({
  1. required String iosKey,
  2. required String androidKey,
  3. required String channel,
})

Implementation

UmengService(
    {required this.iosKey, required this.androidKey, required this.channel});