initialize static method
void
initialize()
Implementation
static void initialize() {
// Initialize the singleton instance
BatteryInfoAndroidWrapper();
// Context will be set lazily when first accessed
}
static void initialize() {
// Initialize the singleton instance
BatteryInfoAndroidWrapper();
// Context will be set lazily when first accessed
}