performBattSelfTest method
Implementation
@override
Future<VtjCommandResult<BattSelfTestResult>> performBattSelfTest(
BluetoothDevice device,
) {
return _executeCommand<BattSelfTestResult>(
device: device,
createCommand: () => BattSelfTestCommand(),
);
}