BuglyConfig constructor
BuglyConfig({})
Implementation
BuglyConfig( {required this.androidAppId, required this.iosAppId, String? channel, bool? debugMode}){
_isDebug = debugMode ?? false;
_appChannel = channel ?? "";
}