EMOptions constructor Null safety

EMOptions(
  1. {required String? appKey}
)

Implementation

EMOptions({required this.appKey});