phoneCharging method

void phoneCharging()

Implementation

void phoneCharging() {
  PhoneCharging interaction = PhoneCharging(interaction: createInteraction());
  _saveInteraction(interaction);
}