toMapMobile method
Returns the configuration map formatted for mobile platforms.
This method provides the configuration settings specific to mobile platforms (Android/iOS) in a format suitable for platform channel communication.
Returns a Map<String, dynamic> containing mobile-specific configuration.
Implementation
Map<String, dynamic> toMapMobile() {
return _mobileConfigMap;
}